How to declare a 2 input OR gate in the structural modeling?

Question:
How to declare a 2 input OR gate in the structural modeling?

1.COMPONENT or IS PORT ( a, b : IN BIT; x, y : OUT BIT); END COMPONENT;

2.COMPONENT or IS PORT ( a, b : IN BIT; y : OUT BIT); END COMPONENT;

3.COMPONENT or_gate IS PORT ( a, b : IN BIT; x, y : OUT BIT); END COMPONENT;

4.COMPONENT or_gate IS PORT ( a, b : IN BIT; y : OUT BIT); END COMPONENT;

Posted Date:-2022-02-09 07:24:31


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!